home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMUUENCODE / TFRMUUENCODE.txt < prev   
Encoding:
Text File  |  2002-05-23  |  3.3 KB  |  179 lines

  1. object frmUUEncode: TfrmUUEncode
  2.   Left = 320
  3.   Top = 348
  4.   BorderStyle = bsDialog
  5.   Caption = 'UltimateZip UUEncoder'
  6.   ClientHeight = 212
  7.   ClientWidth = 433
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label2: TLabel
  22.     Left = 8
  23.     Top = 51
  24.     Width = 65
  25.     Height = 14
  26.     AutoSize = False
  27.     Caption = 'O&utput file:'
  28.     FocusControl = Edit2
  29.     WordWrap = True
  30.   end
  31.   object Label1: TLabel
  32.     Left = 8
  33.     Top = 8
  34.     Width = 58
  35.     Height = 16
  36.     AutoSize = False
  37.     Caption = '&Input file:'
  38.     FocusControl = Edit1
  39.     WordWrap = True
  40.   end
  41.   object Label3: TLabel
  42.     Left = 11
  43.     Top = 144
  44.     Width = 71
  45.     Height = 13
  46.     Caption = '&Spanning Size:'
  47.     FocusControl = cboSpan
  48.   end
  49.   object Label4: TLabel
  50.     Left = 8
  51.     Top = 104
  52.     Width = 79
  53.     Height = 13
  54.     Caption = '&Encode Method:'
  55.     FocusControl = cboMethod
  56.   end
  57.   object Edit1: TEdit
  58.     Left = 8
  59.     Top = 25
  60.     Width = 297
  61.     Height = 21
  62.     AutoSize = False
  63.     ParentShowHint = False
  64.     ShowHint = False
  65.     TabOrder = 0
  66.     OnChange = Edit1Change
  67.   end
  68.   object BitBtn1: TBitBtn
  69.     Left = 316
  70.     Top = 25
  71.     Width = 21
  72.     Height = 22
  73.     Caption = '...'
  74.     ParentShowHint = False
  75.     ShowHint = False
  76.     TabOrder = 1
  77.     TabStop = False
  78.     OnClick = BitBtn1Click
  79.     NumGlyphs = 2
  80.   end
  81.   object btnOK: TBitBtn
  82.     Left = 349
  83.     Top = 8
  84.     Width = 75
  85.     Height = 25
  86.     Caption = '&OK'
  87.     Default = True
  88.     Enabled = False
  89.     ModalResult = 1
  90.     TabOrder = 7
  91.     OnClick = btnOKClick
  92.     NumGlyphs = 2
  93.   end
  94.   object btnClose: TBitBtn
  95.     Left = 349
  96.     Top = 40
  97.     Width = 75
  98.     Height = 25
  99.     Cancel = True
  100.     Caption = 'Cancel'
  101.     ModalResult = 2
  102.     TabOrder = 8
  103.     OnClick = btnCloseClick
  104.     NumGlyphs = 2
  105.   end
  106.   object Edit2: TEdit
  107.     Left = 8
  108.     Top = 66
  109.     Width = 297
  110.     Height = 21
  111.     AutoSize = False
  112.     ParentShowHint = False
  113.     ShowHint = False
  114.     TabOrder = 2
  115.     OnChange = Edit1Change
  116.   end
  117.   object btnSelectDir: TBitBtn
  118.     Left = 316
  119.     Top = 66
  120.     Width = 21
  121.     Height = 22
  122.     Caption = '...'
  123.     ParentShowHint = False
  124.     ShowHint = False
  125.     TabOrder = 3
  126.     TabStop = False
  127.     OnClick = btnSelectDirClick
  128.     NumGlyphs = 2
  129.   end
  130.   object CheckBox1: TCheckBox
  131.     Left = 10
  132.     Top = 188
  133.     Width = 145
  134.     Height = 17
  135.     Caption = 'Write decode table to file'
  136.     TabOrder = 6
  137.   end
  138.   object cboMethod: TComboBox
  139.     Left = 8
  140.     Top = 120
  141.     Width = 329
  142.     Height = 21
  143.     Style = csDropDownList
  144.     ItemHeight = 13
  145.     TabOrder = 4
  146.     OnChange = cboMethodChange
  147.     Items.Strings = (
  148.       'UUEncode'
  149.       'XXEncode')
  150.   end
  151.   object cboSpan: TComboBox
  152.     Left = 8
  153.     Top = 160
  154.     Width = 329
  155.     Height = 22
  156.     Style = csOwnerDrawFixed
  157.     ItemHeight = 16
  158.     TabOrder = 5
  159.     Items.Strings = (
  160.       '2.8 MB'
  161.       '1.4 MB'
  162.       '1.2 MB'
  163.       '720 KB'
  164.       '100 KB'
  165.       'No spanning')
  166.   end
  167.   object dlgBrowse: TdfsBrowseDirectoryDlg
  168.     StatusText = 'C:\WINDOWS\Desktop'
  169.     ShowSelectionInStatus = True
  170.     Left = 400
  171.     Top = 88
  172.   end
  173.   object FormCenter1: TFormCenter
  174.     Center = True
  175.     Left = 368
  176.     Top = 88
  177.   end
  178. end
  179.